Skip to main content

CurrencyFormatConfig

CurrencyFormatConfig : {__typename?: CurrencyFormatConfig , decimals?: Maybe< > , locale?: Maybe< > , removeTrailingZeroes?: Maybe< > , toSeparateThousands?: Maybe< > , unit?: Maybe< Unit > }

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/number-formatting.types.ts#L32

Parameters

__typename

__typename: CurrencyFormatConfig

Optional

decimals

decimals: Maybe

Optional

default to 2

locale

locale: Maybe

Optional

removeTrailingZeroes

removeTrailingZeroes: Maybe

Optional

default to false

toSeparateThousands

toSeparateThousands: Maybe

Optional

default to true

unit

unit: Maybe

Optional

default is MILLION